home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 January / Software of the Month Club 2000 January.iso / pc / Somc.dir / Programs_8.ls < prev    next >
Encoding:
Text File  |  1999-09-28  |  209 b   |  15 lines

  1. on mouseUp
  2.   global SETUP
  3.   puppetSound(1, "Click")
  4.   doSwap("4inarowScreenshot", "4inaRowText")
  5.   set SETUP to "Programs\4inRow11\Setup.exe"
  6. end
  7.  
  8. on mouseEnter
  9.   doCursor()
  10. end
  11.  
  12. on mouseLeave
  13.   cursor(0)
  14. end
  15.